internal/runtime/maps.Iter.typ (field)

25 uses

	internal/runtime/maps (current package)
		table.go#L644: 	typ  *abi.MapType
		table.go#L679: 	it.typ = typ
		table.go#L703: 	return it.typ != nil
		table.go#L763: 	newKey, newElem, ok := it.m.getWithKey(it.typ, key)
		table.go#L788: 		if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
		table.go#L789: 			elem := it.group.elem(it.typ, slotIdx)
		table.go#L790: 			if it.typ.IndirectElem() {
		table.go#L833: 			key := it.group.key(it.typ, k)
		table.go#L834: 			if it.typ.IndirectKey() {
		table.go#L846: 				newKey, newElem, ok := it.m.getWithKey(it.typ, key)
		table.go#L849: 					if it.clearSeq == it.m.clearSeq && !it.typ.Key.Equal(key, key) {
		table.go#L850: 						elem = it.group.elem(it.typ, k)
		table.go#L851: 						if it.typ.IndirectElem() {
		table.go#L862: 				elem = it.group.elem(it.typ, k)
		table.go#L863: 				if it.typ.IndirectElem() {
		table.go#L970: 			it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L976: 			key := it.group.key(it.typ, slotIdx)
		table.go#L977: 			if it.typ.IndirectKey() {
		table.go#L995: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L996: 				if it.typ.IndirectElem() {
		table.go#L1038: 				it.group = it.tab.groups.group(it.typ, groupIdx)
		table.go#L1069: 			key := it.group.key(it.typ, slotIdx)
		table.go#L1070: 			if it.typ.IndirectKey() {
		table.go#L1110: 				elem = it.group.elem(it.typ, slotIdx)
		table.go#L1111: 				if it.typ.IndirectElem() {